bloatpad: move into private subdir
authorRyan Lortie <desrt@desrt.ca>
Mon, 30 Jun 2014 21:13:05 +0000 (17:13 -0400)
committerRyan Lortie <desrt@desrt.ca>
Mon, 7 Jul 2014 17:37:38 +0000 (13:37 -0400)
commit4d8b2af13ab914f0679a8b03d18e6023f8814b61
tree46bb2e80cb6b053a08ae148f7714ada336e3f05e
parente86f409f32ea133b07d19712ddcf6178e2873702
bloatpad: move into private subdir

Move bloatpad to ./examples/bp/ so that we can start treating it as more of a
"normal" app instead of just jamming everything into a single .c file.

We don't use the name "bloatpad" for the directory in order not to
create 'git pull' pain with the probably-already-existing executable of
the same name.

https://bugzilla.gnome.org/show_bug.cgi?id=722092
configure.ac
examples/Makefile.am
examples/bloatpad.c [deleted file]
examples/bp/Makefile.am [new file with mode: 0644]
examples/bp/bloatpad.c [new file with mode: 0644]